home *** CD-ROM | disk | FTP | other *** search
- on movieRewindDown
-
- -- puppetSound "PSM text button beep"
- set the member of sprite 15 to member "rewind on"
-
- case (the name of member (the member of sprite 32)) of
- "QT pause":
- nothing
- "QT play":
- set the castNum of sprite 32 to the number of cast "QT pause"
- end case
-
- updateStage
-
- repeat while soundBusy(1)
- nothing
- end repeat
-
- if the optiondown then
- set the movierate of sprite 46 to -3
- else
- set the movierate of sprite 46 to -2
- end if
-
- end
-
- on movieRewindUp
-
- set the member of sprite 15 to member "rewind off"
- updateStage
-
- set the movierate of sprite 46 to 1
-
- end